| GroupId | GroupIdcom.seejoke |
|---|---|
| ArtifactId | ArtifactIdcore-tools |
| Version | Version0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| core-tools-0.2.pom | |
| core-tools-0.2.jar | 100 KB |
| core-tools-0.2-sources.jar | 68 KB |
| core-tools-0.2-javadoc.jar | 341 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.seejoke/core-tools/ -->
<dependency>
<groupId>com.seejoke</groupId>
<artifactId>core-tools</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.seejoke/core-tools/
implementation 'com.seejoke:core-tools:0.2'
// https://jarcasting.com/artifacts/com.seejoke/core-tools/
implementation ("com.seejoke:core-tools:0.2")
'com.seejoke:core-tools:jar:0.2'
<dependency org="com.seejoke" name="core-tools" rev="0.2">
<artifact name="core-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.seejoke', module='core-tools', version='0.2')
)
libraryDependencies += "com.seejoke" % "core-tools" % "0.2"
[com.seejoke/core-tools "0.2"]