| GroupId | GroupIdorg.xj4 |
|---|---|
| ArtifactId | ArtifactIdxj4-core |
| Version | Version0.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| xj4-core-0.5.pom | |
| xj4-core-0.5.jar | 20 KB |
| xj4-core-0.5-sources.jar | 14 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.xj4/xj4-core/ -->
<dependency>
<groupId>org.xj4</groupId>
<artifactId>xj4-core</artifactId>
<version>0.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.xj4/xj4-core/
implementation 'org.xj4:xj4-core:0.5'
// https://jarcasting.com/artifacts/org.xj4/xj4-core/
implementation ("org.xj4:xj4-core:0.5")
'org.xj4:xj4-core:jar:0.5'
<dependency org="org.xj4" name="xj4-core" rev="0.5">
<artifact name="xj4-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.xj4', module='xj4-core', version='0.5')
)
libraryDependencies += "org.xj4" % "xj4-core" % "0.5"
[org.xj4/xj4-core "0.5"]