is not current version
Last Version 1.0.2

top.xcore:xdata-core 1.0.1

A application used as an example on how to set up pushing its components to the Central Repository.

Categories

Categories

Data
GroupId

GroupId

top.xcore
ArtifactId

ArtifactId

xdata-core
Version

Version

1.0.1
Type

Type

jar

Download xdata-core 1.0.1


<!-- https://jarcasting.com/artifacts/top.xcore/xdata-core/ -->
<dependency>
    <groupId>top.xcore</groupId>
    <artifactId>xdata-core</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/top.xcore/xdata-core/
implementation 'top.xcore:xdata-core:1.0.1'
// https://jarcasting.com/artifacts/top.xcore/xdata-core/
implementation ("top.xcore:xdata-core:1.0.1")
'top.xcore:xdata-core:jar:1.0.1'
<dependency org="top.xcore" name="xdata-core" rev="1.0.1">
  <artifact name="xdata-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.xcore', module='xdata-core', version='1.0.1')
)
libraryDependencies += "top.xcore" % "xdata-core" % "1.0.1"
[top.xcore/xdata-core "1.0.1"]