GroupId | GroupIdio.github.solf |
---|---|
ArtifactId | ArtifactIdnullanno |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
nullanno-0.1.0.pom | |
nullanno-0.1.0.jar | 4 KB |
nullanno-0.1.0-sources.jar | 6 KB |
nullanno-0.1.0-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.solf/nullanno/ -->
<dependency>
<groupId>io.github.solf</groupId>
<artifactId>nullanno</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.solf/nullanno/
implementation 'io.github.solf:nullanno:0.1.0'
// https://jarcasting.com/artifacts/io.github.solf/nullanno/
implementation ("io.github.solf:nullanno:0.1.0")
'io.github.solf:nullanno:jar:0.1.0'
<dependency org="io.github.solf" name="nullanno" rev="0.1.0">
<artifact name="nullanno" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.solf', module='nullanno', version='0.1.0')
)
libraryDependencies += "io.github.solf" % "nullanno" % "0.1.0"
[io.github.solf/nullanno "0.1.0"]