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