| GroupId | GroupIdorg.kohsuke.sfx4j |
|---|---|
| ArtifactId | ArtifactIdsfx4j |
| Last Version | Last Version1.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionPacks a jar file into a single class file.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| sfx4j-1.2.pom | |
| sfx4j-1.2.jar | 509 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.kohsuke.sfx4j/sfx4j/ -->
<dependency>
<groupId>org.kohsuke.sfx4j</groupId>
<artifactId>sfx4j</artifactId>
<version>1.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.kohsuke.sfx4j/sfx4j/
implementation 'org.kohsuke.sfx4j:sfx4j:1.2'
// https://jarcasting.com/artifacts/org.kohsuke.sfx4j/sfx4j/
implementation ("org.kohsuke.sfx4j:sfx4j:1.2")
'org.kohsuke.sfx4j:sfx4j:jar:1.2'
<dependency org="org.kohsuke.sfx4j" name="sfx4j" rev="1.2">
<artifact name="sfx4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.kohsuke.sfx4j', module='sfx4j', version='1.2')
)
libraryDependencies += "org.kohsuke.sfx4j" % "sfx4j" % "1.2"
[org.kohsuke.sfx4j/sfx4j "1.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| bcel : bcel | jar | 5.1 |