Categories |
CategoriesGlassFish Container Application Servers |
---|---|
GroupId | GroupIdorg.glassfish.simplestub |
ArtifactId | ArtifactIdsimplestub |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
simplestub-0.1.pom | |
simplestub-0.1.jar | 12 KB |
simplestub-0.1-sources.jar | 5 KB |
simplestub-0.1-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.glassfish.simplestub/simplestub/ -->
<dependency>
<groupId>org.glassfish.simplestub</groupId>
<artifactId>simplestub</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.glassfish.simplestub/simplestub/
implementation 'org.glassfish.simplestub:simplestub:0.1'
// https://jarcasting.com/artifacts/org.glassfish.simplestub/simplestub/
implementation ("org.glassfish.simplestub:simplestub:0.1")
'org.glassfish.simplestub:simplestub:jar:0.1'
<dependency org="org.glassfish.simplestub" name="simplestub" rev="0.1">
<artifact name="simplestub" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.glassfish.simplestub', module='simplestub', version='0.1')
)
libraryDependencies += "org.glassfish.simplestub" % "simplestub" % "0.1"
[org.glassfish.simplestub/simplestub "0.1"]