| Categories | CategoriesHudson Build Tools Continuous Integration and Continuous Delivery Net | 
|---|---|
| GroupId | GroupIdorg.jvnet.hudson | 
| ArtifactId | ArtifactIdlicense | 
| Last Version | Last Version1.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionHudson license bundle | 
| Filename | Size | 
|---|---|
| license-1.0.pom | |
| license-1.0.jar | 2 KB | 
| license-1.0-sources.jar | 327 bytes | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.jvnet.hudson/license/ -->
<dependency>
    <groupId>org.jvnet.hudson</groupId>
    <artifactId>license</artifactId>
    <version>1.0</version>
</dependency>// https://jarcasting.com/artifacts/org.jvnet.hudson/license/
implementation 'org.jvnet.hudson:license:1.0'// https://jarcasting.com/artifacts/org.jvnet.hudson/license/
implementation ("org.jvnet.hudson:license:1.0")'org.jvnet.hudson:license:jar:1.0'<dependency org="org.jvnet.hudson" name="license" rev="1.0">
  <artifact name="license" type="jar" />
</dependency>@Grapes(
@Grab(group='org.jvnet.hudson', module='license', version='1.0')
)libraryDependencies += "org.jvnet.hudson" % "license" % "1.0"[org.jvnet.hudson/license "1.0"]