| 组织ID: |
org.openbase.bco |
| 项目ID: |
dal.example |
| 版本: |
1.1.3 |
| 最后修改时间: |
2019-11-02 03:24:14 |
| 包类型: |
jar |
| 标题: |
BCO DAL Example |
| 相关URL: |
https://github.com/openbase/bco.dal/wiki |
| 大小: |
8.10KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>org.openbase.bco</groupId>
<artifactId>dal.example</artifactId>
<version>1.1.3</version>
</dependency>
|
| Gradle引入代码: |
org.openbase.bco:dal.example:1.1.3
|
| 下载Jar包: |
|
| POM文件内容: |
<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.1.3</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>1.8</version>
<configuration>
<verbose>false</verbose>
</configuration>
<executions>
<execution>
<id>first</id>
<goals>
<goal>update-file-header</goal>
</goals>
<phase>process-sources</phase>
<configuration>
<licenseName>lgpl_v3</licenseName>
<roots>
<root>src/main/java</root>
<root>src/test</root>
</roots>
</configuration>
</execution>
<execution>
<id>download-licenses</id>
<goals>
<goal>download-licenses</goal>
</goals>
</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>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.openbase.bco.dal.example.ObserveServiceStateChangesViaRSB.class
org.openbase.bco.dal.example.ObserveServiceStateChangesViaRemoteLib.class
org.openbase.bco.dal.example.ControlAmbientLightViaRemoteLib.class
META-INF/maven/org.openbase.bco/dal.example/pom.xml
META-INF/maven/org.openbase.bco/dal.example/pom.properties
|
| 依赖Jar: |
dal.remote-${project.version}.jar
/org.openbase.bco/dal.remote/${project.version}
查看dal.remote所有版本文件
|