GroupId | GroupIdcom.mastfrog |
---|---|
ArtifactId | ArtifactIdnbstubs |
Version | Version1.13 |
Type | Typejar |
Filename | Size |
---|---|
nbstubs-1.13.pom | |
nbstubs-1.13.jar | 53 KB |
nbstubs-1.13-sources.jar | 22 KB |
nbstubs-1.13-javadoc.jar | 58 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.mastfrog/nbstubs/ -->
<dependency>
<groupId>com.mastfrog</groupId>
<artifactId>nbstubs</artifactId>
<version>1.13</version>
</dependency>
// https://jarcasting.com/artifacts/com.mastfrog/nbstubs/
implementation 'com.mastfrog:nbstubs:1.13'
// https://jarcasting.com/artifacts/com.mastfrog/nbstubs/
implementation ("com.mastfrog:nbstubs:1.13")
'com.mastfrog:nbstubs:jar:1.13'
<dependency org="com.mastfrog" name="nbstubs" rev="1.13">
<artifact name="nbstubs" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.mastfrog', module='nbstubs', version='1.13')
)
libraryDependencies += "com.mastfrog" % "nbstubs" % "1.13"
[com.mastfrog/nbstubs "1.13"]