is not current version
Last Version 1.14

com.mastfrog:nbstubs 1.13

Stub versions of NbStubs for use as standalone JAR

GroupId

GroupId

com.mastfrog
ArtifactId

ArtifactId

nbstubs
Version

Version

1.13
Type

Type

jar

Download nbstubs 1.13


<!-- 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"]