Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.smartboot.license |
ArtifactId | ArtifactIdlicense-client |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
license-client-1.0.0.pom | |
license-client-1.0.0.jar | 6 KB |
license-client-1.0.0-sources.jar | 3 KB |
license-client-1.0.0-javadoc.jar | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.smartboot.license/license-client/ -->
<dependency>
<groupId>org.smartboot.license</groupId>
<artifactId>license-client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.smartboot.license/license-client/
implementation 'org.smartboot.license:license-client:1.0.0'
// https://jarcasting.com/artifacts/org.smartboot.license/license-client/
implementation ("org.smartboot.license:license-client:1.0.0")
'org.smartboot.license:license-client:jar:1.0.0'
<dependency org="org.smartboot.license" name="license-client" rev="1.0.0">
<artifact name="license-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.smartboot.license', module='license-client', version='1.0.0')
)
libraryDependencies += "org.smartboot.license" % "license-client" % "1.0.0"
[org.smartboot.license/license-client "1.0.0"]