| GroupId | GroupIdio.github.yanhu32 |
|---|---|
| ArtifactId | ArtifactIdtomkit-core |
| Version | Version1.0.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| tomkit-core-1.0.1.pom | |
| tomkit-core-1.0.1.jar | 46 KB |
| tomkit-core-1.0.1-sources.jar | 60 KB |
| tomkit-core-1.0.1-javadoc.jar | 179 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.yanhu32/tomkit-core/ -->
<dependency>
<groupId>io.github.yanhu32</groupId>
<artifactId>tomkit-core</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.yanhu32/tomkit-core/
implementation 'io.github.yanhu32:tomkit-core:1.0.1'
// https://jarcasting.com/artifacts/io.github.yanhu32/tomkit-core/
implementation ("io.github.yanhu32:tomkit-core:1.0.1")
'io.github.yanhu32:tomkit-core:jar:1.0.1'
<dependency org="io.github.yanhu32" name="tomkit-core" rev="1.0.1">
<artifact name="tomkit-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.yanhu32', module='tomkit-core', version='1.0.1')
)
libraryDependencies += "io.github.yanhu32" % "tomkit-core" % "1.0.1"
[io.github.yanhu32/tomkit-core "1.0.1"]