GroupId | GroupIdio.bitsensor |
---|---|
ArtifactId | ArtifactIdlib-entity |
Version | Version0.11.0-RC1 |
Type | Typejar |
Filename | Size |
---|---|
lib-entity-0.11.0-RC1.pom | |
lib-entity-0.11.0-RC1.jar | 34 KB |
lib-entity-0.11.0-RC1-sources.jar | 15 KB |
lib-entity-0.11.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>0.11.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/io.bitsensor/lib-entity/
implementation 'io.bitsensor:lib-entity:0.11.0-RC1'
// https://jarcasting.com/artifacts/io.bitsensor/lib-entity/
implementation ("io.bitsensor:lib-entity:0.11.0-RC1")
'io.bitsensor:lib-entity:jar:0.11.0-RC1'
<dependency org="io.bitsensor" name="lib-entity" rev="0.11.0-RC1">
<artifact name="lib-entity" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.bitsensor', module='lib-entity', version='0.11.0-RC1')
)
libraryDependencies += "io.bitsensor" % "lib-entity" % "0.11.0-RC1"
[io.bitsensor/lib-entity "0.11.0-RC1"]