GroupId | GroupIdio.bitsensor |
---|---|
ArtifactId | ArtifactIdlib-entity |
Version | Version1.0.0-RC2 |
Type | Typejar |
Filename | Size |
---|---|
lib-entity-1.0.0-RC2.pom | |
lib-entity-1.0.0-RC2.jar | 37 KB |
lib-entity-1.0.0-RC2-sources.jar | 16 KB |
lib-entity-1.0.0-RC2-javadoc.jar | 166 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.bitsensor/lib-entity/ -->
<dependency>
<groupId>io.bitsensor</groupId>
<artifactId>lib-entity</artifactId>
<version>1.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/io.bitsensor/lib-entity/
implementation 'io.bitsensor:lib-entity:1.0.0-RC2'
// https://jarcasting.com/artifacts/io.bitsensor/lib-entity/
implementation ("io.bitsensor:lib-entity:1.0.0-RC2")
'io.bitsensor:lib-entity:jar:1.0.0-RC2'
<dependency org="io.bitsensor" name="lib-entity" rev="1.0.0-RC2">
<artifact name="lib-entity" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bitsensor', module='lib-entity', version='1.0.0-RC2')
)
libraryDependencies += "io.bitsensor" % "lib-entity" % "1.0.0-RC2"
[io.bitsensor/lib-entity "1.0.0-RC2"]