GroupId | GroupIdcom.github.megatronking.stringfog |
---|---|
ArtifactId | ArtifactIdlib |
Version | Version1.1.0 |
Type | Typejar |
Filename | Size |
---|---|
lib-1.1.0.pom | |
lib-1.1.0.jar | 9 KB |
lib-1.1.0-sources.jar | 8 KB |
lib-1.1.0-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.megatronking.stringfog/lib/ -->
<dependency>
<groupId>com.github.megatronking.stringfog</groupId>
<artifactId>lib</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.megatronking.stringfog/lib/
implementation 'com.github.megatronking.stringfog:lib:1.1.0'
// https://jarcasting.com/artifacts/com.github.megatronking.stringfog/lib/
implementation ("com.github.megatronking.stringfog:lib:1.1.0")
'com.github.megatronking.stringfog:lib:jar:1.1.0'
<dependency org="com.github.megatronking.stringfog" name="lib" rev="1.1.0">
<artifact name="lib" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.megatronking.stringfog', module='lib', version='1.1.0')
)
libraryDependencies += "com.github.megatronking.stringfog" % "lib" % "1.1.0"
[com.github.megatronking.stringfog/lib "1.1.0"]