| Categories |
CategoriesHudson Build Tools Continuous Integration and Continuous Delivery Net |
|---|---|
| GroupId | GroupIdorg.jvnet.hudson |
| ArtifactId | ArtifactIdnofinal |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionnofinal
Java agent to make every class non-final
|
| Filename | Size |
|---|---|
| nofinal-1.0.pom | |
| nofinal-1.0.jar | 4 KB |
| nofinal-1.0-sources.jar | 1 KB |
| nofinal-1.0-javadoc.jar | 21 KB |
| nofinal-1.0-jar-with-dependencies.jar | 48 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jvnet.hudson/nofinal/ -->
<dependency>
<groupId>org.jvnet.hudson</groupId>
<artifactId>nofinal</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.jvnet.hudson/nofinal/
implementation 'org.jvnet.hudson:nofinal:1.0'
// https://jarcasting.com/artifacts/org.jvnet.hudson/nofinal/
implementation ("org.jvnet.hudson:nofinal:1.0")
'org.jvnet.hudson:nofinal:jar:1.0'
<dependency org="org.jvnet.hudson" name="nofinal" rev="1.0">
<artifact name="nofinal" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.jvnet.hudson', module='nofinal', version='1.0')
)
libraryDependencies += "org.jvnet.hudson" % "nofinal" % "1.0"
[org.jvnet.hudson/nofinal "1.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| asm : asm | jar | 3.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8 |