GroupId | GroupIdio.github.jxnflzc |
---|---|
ArtifactId | ArtifactIdjtools-core |
Version | Version2.0.0 |
Type | Typepom |
Filename | Size |
---|---|
jtools-core-2.0.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.jxnflzc/jtools-core/ -->
<dependency>
<groupId>io.github.jxnflzc</groupId>
<artifactId>jtools-core</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.jxnflzc/jtools-core/
implementation 'io.github.jxnflzc:jtools-core:2.0.0'
// https://jarcasting.com/artifacts/io.github.jxnflzc/jtools-core/
implementation ("io.github.jxnflzc:jtools-core:2.0.0")
'io.github.jxnflzc:jtools-core:pom:2.0.0'
<dependency org="io.github.jxnflzc" name="jtools-core" rev="2.0.0">
<artifact name="jtools-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.jxnflzc', module='jtools-core', version='2.0.0')
)
libraryDependencies += "io.github.jxnflzc" % "jtools-core" % "2.0.0"
[io.github.jxnflzc/jtools-core "2.0.0"]