| License |
License |
|---|---|
| GroupId | GroupIdcom.dorkbox |
| ArtifactId | ArtifactIdLicensing |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionLicensing
License definitions and legal management plugin for the Gradle build system
|
| Project Organization |
Project Organizationdorkbox, llc |
| Filename | Size |
|---|---|
| Licensing-1.1.0.pom | |
| Licensing-1.1.0.jar | 34 KB |
| Licensing-1.1.0-sources.jar | 13 KB |
| Licensing-1.1.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.dorkbox/Licensing/ -->
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>Licensing</artifactId>
<version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.dorkbox/Licensing/
implementation 'com.dorkbox:Licensing:1.1.0'
// https://jarcasting.com/artifacts/com.dorkbox/Licensing/
implementation ("com.dorkbox:Licensing:1.1.0")
'com.dorkbox:Licensing:jar:1.1.0'
<dependency org="com.dorkbox" name="Licensing" rev="1.1.0">
<artifact name="Licensing" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dorkbox', module='Licensing', version='1.1.0')
)
libraryDependencies += "com.dorkbox" % "Licensing" % "1.1.0"
[com.dorkbox/Licensing "1.1.0"]