| GroupId | GroupIdcom.github.vatbub |
|---|---|
| ArtifactId | ArtifactIdcommon |
| Version | Version0.0.21 |
| Type | Typejar |
| Filename | Size |
|---|---|
| common-0.0.21.pom | |
| common-0.0.21.jar | 70 KB |
| common-0.0.21-sources.jar | 57 KB |
| common-0.0.21-javadoc.jar | 208 KB |
| common-0.0.21-jar-with-dependencies.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.vatbub/common/ -->
<dependency>
<groupId>com.github.vatbub</groupId>
<artifactId>common</artifactId>
<version>0.0.21</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vatbub/common/
implementation 'com.github.vatbub:common:0.0.21'
// https://jarcasting.com/artifacts/com.github.vatbub/common/
implementation ("com.github.vatbub:common:0.0.21")
'com.github.vatbub:common:jar:0.0.21'
<dependency org="com.github.vatbub" name="common" rev="0.0.21">
<artifact name="common" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vatbub', module='common', version='0.0.21')
)
libraryDependencies += "com.github.vatbub" % "common" % "0.0.21"
[com.github.vatbub/common "0.0.21"]