Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.binggl |
ArtifactId | ArtifactIdcommons |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
commons-1.0.1.pom | |
commons-1.0.1.jar | 8 KB |
commons-1.0.1-sources.jar | 4 KB |
commons-1.0.1-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.binggl/commons/ -->
<dependency>
<groupId>net.binggl</groupId>
<artifactId>commons</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.binggl/commons/
implementation 'net.binggl:commons:1.0.1'
// https://jarcasting.com/artifacts/net.binggl/commons/
implementation ("net.binggl:commons:1.0.1")
'net.binggl:commons:jar:1.0.1'
<dependency org="net.binggl" name="commons" rev="1.0.1">
<artifact name="commons" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.binggl', module='commons', version='1.0.1')
)
libraryDependencies += "net.binggl" % "commons" % "1.0.1"
[net.binggl/commons "1.0.1"]