Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.customware.license |
ArtifactId | ArtifactIdlicense |
Version | Version3.0.1 |
Type | Typepom |
Filename | Size |
---|---|
license-3.0.1.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.customware.license/license/ -->
<dependency>
<groupId>net.customware.license</groupId>
<artifactId>license</artifactId>
<version>3.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.customware.license/license/
implementation 'net.customware.license:license:3.0.1'
// https://jarcasting.com/artifacts/net.customware.license/license/
implementation ("net.customware.license:license:3.0.1")
'net.customware.license:license:pom:3.0.1'
<dependency org="net.customware.license" name="license" rev="3.0.1">
<artifact name="license" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.customware.license', module='license', version='3.0.1')
)
libraryDependencies += "net.customware.license" % "license" % "3.0.1"
[net.customware.license/license "3.0.1"]