Categories |
CategoriesNet |
---|---|
GroupId | GroupIdio.github.miracelwhipp.net.common |
ArtifactId | ArtifactIdnet-common |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
net-common-2.0.pom | |
net-common-2.0.jar | 16 KB |
net-common-2.0-sources.jar | 7 KB |
net-common-2.0-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.miracelwhipp.net.common/net-common/ -->
<dependency>
<groupId>io.github.miracelwhipp.net.common</groupId>
<artifactId>net-common</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.miracelwhipp.net.common/net-common/
implementation 'io.github.miracelwhipp.net.common:net-common:2.0'
// https://jarcasting.com/artifacts/io.github.miracelwhipp.net.common/net-common/
implementation ("io.github.miracelwhipp.net.common:net-common:2.0")
'io.github.miracelwhipp.net.common:net-common:jar:2.0'
<dependency org="io.github.miracelwhipp.net.common" name="net-common" rev="2.0">
<artifact name="net-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.miracelwhipp.net.common', module='net-common', version='2.0')
)
libraryDependencies += "io.github.miracelwhipp.net.common" % "net-common" % "2.0"
[io.github.miracelwhipp.net.common/net-common "2.0"]