GroupId | GroupIdcom.github.developframework |
---|---|
ArtifactId | ArtifactIddevelop-toolkit-world |
Version | Version1.0.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.developframework/develop-toolkit-world/ -->
<dependency>
<groupId>com.github.developframework</groupId>
<artifactId>develop-toolkit-world</artifactId>
<version>1.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.developframework/develop-toolkit-world/
implementation 'com.github.developframework:develop-toolkit-world:1.0.3'
// https://jarcasting.com/artifacts/com.github.developframework/develop-toolkit-world/
implementation ("com.github.developframework:develop-toolkit-world:1.0.3")
'com.github.developframework:develop-toolkit-world:jar:1.0.3'
<dependency org="com.github.developframework" name="develop-toolkit-world" rev="1.0.3">
<artifact name="develop-toolkit-world" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.developframework', module='develop-toolkit-world', version='1.0.3')
)
libraryDependencies += "com.github.developframework" % "develop-toolkit-world" % "1.0.3"
[com.github.developframework/develop-toolkit-world "1.0.3"]