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