GroupId | GroupIdio.github.bloquesoft |
---|---|
ArtifactId | ArtifactIdentity-core |
Version | Version1.0.0-alpha02 |
Type | Typejar |
Filename | Size |
---|---|
entity-core-1.0.0-alpha02.pom | |
entity-core-1.0.0-alpha02.jar | 114 KB |
entity-core-1.0.0-alpha02-sources.jar | 72 KB |
entity-core-1.0.0-alpha02-javadoc.jar | 616 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.bloquesoft/entity-core/ -->
<dependency>
<groupId>io.github.bloquesoft</groupId>
<artifactId>entity-core</artifactId>
<version>1.0.0-alpha02</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.bloquesoft/entity-core/
implementation 'io.github.bloquesoft:entity-core:1.0.0-alpha02'
// https://jarcasting.com/artifacts/io.github.bloquesoft/entity-core/
implementation ("io.github.bloquesoft:entity-core:1.0.0-alpha02")
'io.github.bloquesoft:entity-core:jar:1.0.0-alpha02'
<dependency org="io.github.bloquesoft" name="entity-core" rev="1.0.0-alpha02">
<artifact name="entity-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.bloquesoft', module='entity-core', version='1.0.0-alpha02')
)
libraryDependencies += "io.github.bloquesoft" % "entity-core" % "1.0.0-alpha02"
[io.github.bloquesoft/entity-core "1.0.0-alpha02"]