Categories |
CategoriesData |
---|---|
GroupId | GroupIdtop.xcore |
ArtifactId | ArtifactIdxdata-core-SNAPSHOT |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Description |
Filename | Size |
---|---|
xdata-core-SNAPSHOT-1.0.1.pom | |
xdata-core-SNAPSHOT-1.0.1.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/top.xcore/xdata-core-SNAPSHOT/ -->
<dependency>
<groupId>top.xcore</groupId>
<artifactId>xdata-core-SNAPSHOT</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/top.xcore/xdata-core-SNAPSHOT/
implementation 'top.xcore:xdata-core-SNAPSHOT:1.0.1'
// https://jarcasting.com/artifacts/top.xcore/xdata-core-SNAPSHOT/
implementation ("top.xcore:xdata-core-SNAPSHOT:1.0.1")
'top.xcore:xdata-core-SNAPSHOT:jar:1.0.1'
<dependency org="top.xcore" name="xdata-core-SNAPSHOT" rev="1.0.1">
<artifact name="xdata-core-SNAPSHOT" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.xcore', module='xdata-core-SNAPSHOT', version='1.0.1')
)
libraryDependencies += "top.xcore" % "xdata-core-SNAPSHOT" % "1.0.1"
[top.xcore/xdata-core-SNAPSHOT "1.0.1"]