| Group ID: |
org.openbase.bco |
| Artifact ID: |
dal.example |
| Last modified: |
17.01.2018 20:38 |
| Packaging: |
jar |
| Name: |
BCO DAL Example |
| URL: |
https://github.com/openbase/bco.dal/wiki |
|
|
| Size: |
14.0 KB |
| Download: |
https://repo.maven.apache.org/maven2/org/openbase/bco/dal.example/1.5.1/dal.example-1.5.1.jar |
| POM: |
Show
hide
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.openbase.bco</groupId>
<artifactId>dal.example</artifactId>
<packaging>jar</packaging>
<name>BCO DAL Example</name>
<parent>
<groupId>org.openbase.bco</groupId>
<artifactId>dal</artifactId>
<version>1.5.1</version>
</parent>
<url>https://github.com/openbase/bco.dal/wiki</url>
<licenses>
<license>
<name>LGPLv3</name>
<url>http://www.gnu.org/licenses/lgpl.html</url>
</license>
</licenses>
<build>
<plugins>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.5.1</version>
<configuration>
<source>${maven.compiler.source}</source>
<target>${maven.compiler.target}</target>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>${dependency.org.codehaus.mojo.license-maven-plugin.version}</version>
<configuration>
<licenseName>lgpl_v3</licenseName>
</configuration>
<executions>
<execution>
<id>first</id>
<goals>
<goal>update-file-header</goal>
</goals>
<phase>process-sources</phase>
</execution>
</executions>
</plugin>
</plugins>
</build>
<pluginRepositories>
<pluginRepository>
<id>onejar-maven-plugin.googlecode.com</id>
<url>http://onejar-maven-plugin.googlecode.com/svn/mavenrepo</url>
</pluginRepository>
</pluginRepositories>
<dependencies>
<dependency>
<groupId>org.openbase.bco</groupId>
<artifactId>dal.remote</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</project>
|
| Maven: |
<dependency>
<groupId>org.openbase.bco</groupId>
<artifactId>dal.example</artifactId>
<version>1.5.1</version>
</dependency>
|
| Gradle: |
org.openbase.bco:dal.example:1.5.1 |
|
Contained classes:
|
Show all
|
|
Contained classes:
|
|
| Dependencies: |
-
[JAR]
dal.remote-${project.version}.jar
in org/openbase/bco/dal.remote/${project.version}
|
| Dependency Graph: |
Show
Less
More
|