| GroupId | GroupIdcom.gitee.jastee |
|---|---|
| ArtifactId | ArtifactIdjast-tool |
| Version | Version0.0.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| jast-tool-0.0.2.pom | |
| jast-tool-0.0.2.jar | 4 KB |
| jast-tool-0.0.2-sources.jar | 4 KB |
| jast-tool-0.0.2-javadoc.jar | 21 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitee.jastee/jast-tool/ -->
<dependency>
<groupId>com.gitee.jastee</groupId>
<artifactId>jast-tool</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitee.jastee/jast-tool/
implementation 'com.gitee.jastee:jast-tool:0.0.2'
// https://jarcasting.com/artifacts/com.gitee.jastee/jast-tool/
implementation ("com.gitee.jastee:jast-tool:0.0.2")
'com.gitee.jastee:jast-tool:jar:0.0.2'
<dependency org="com.gitee.jastee" name="jast-tool" rev="0.0.2">
<artifact name="jast-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitee.jastee', module='jast-tool', version='0.0.2')
)
libraryDependencies += "com.gitee.jastee" % "jast-tool" % "0.0.2"
[com.gitee.jastee/jast-tool "0.0.2"]