GroupId | GroupIdcom.github.cosycode |
---|---|
ArtifactId | ArtifactIdcommon-lang |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
common-lang-1.0.pom | |
common-lang-1.0.jar | 83 KB |
common-lang-1.0-sources.jar | 54 KB |
common-lang-1.0-javadoc.jar | 422 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cosycode/common-lang/ -->
<dependency>
<groupId>com.github.cosycode</groupId>
<artifactId>common-lang</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cosycode/common-lang/
implementation 'com.github.cosycode:common-lang:1.0'
// https://jarcasting.com/artifacts/com.github.cosycode/common-lang/
implementation ("com.github.cosycode:common-lang:1.0")
'com.github.cosycode:common-lang:jar:1.0'
<dependency org="com.github.cosycode" name="common-lang" rev="1.0">
<artifact name="common-lang" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cosycode', module='common-lang', version='1.0')
)
libraryDependencies += "com.github.cosycode" % "common-lang" % "1.0"
[com.github.cosycode/common-lang "1.0"]