License |
License |
---|---|
Categories |
CategoriesGlassFish Container Application Servers |
GroupId | GroupIdorg.glassfish.simplestub |
ArtifactId | ArtifactIdsimplestub |
Last Version | Last Version0.8 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSimpleStub
A tool to generate stub classes from abstract classes
|
Filename | Size |
---|---|
simplestub-0.8.pom | |
simplestub-0.8.jar | 12 KB |
simplestub-0.8-sources.jar | 5 KB |
simplestub-0.8-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.simplestub/simplestub/ -->
<dependency>
<groupId>org.glassfish.simplestub</groupId>
<artifactId>simplestub</artifactId>
<version>0.8</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.simplestub/simplestub/
implementation 'org.glassfish.simplestub:simplestub:0.8'
// https://jarcasting.com/artifacts/org.glassfish.simplestub/simplestub/
implementation ("org.glassfish.simplestub:simplestub:0.8")
'org.glassfish.simplestub:simplestub:jar:0.8'
<dependency org="org.glassfish.simplestub" name="simplestub" rev="0.8">
<artifact name="simplestub" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.simplestub', module='simplestub', version='0.8')
)
libraryDependencies += "org.glassfish.simplestub" % "simplestub" % "0.8"
[org.glassfish.simplestub/simplestub "0.8"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.7 |