Categories |
CategoriesAnt Build Tools |
---|---|
GroupId | GroupIdcom.github.antonioazambuja |
ArtifactId | ArtifactIdnoxus |
Version | Versiontrue |
Type | Typejar |
Filename | Size |
---|---|
noxus-true.pom | |
noxus-true.jar | 61 KB |
noxus-true-sources.jar | 36 KB |
noxus-true-javadoc.jar | 189 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.antonioazambuja/noxus/ -->
<dependency>
<groupId>com.github.antonioazambuja</groupId>
<artifactId>noxus</artifactId>
<version>true</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.antonioazambuja/noxus/
implementation 'com.github.antonioazambuja:noxus:true'
// https://jarcasting.com/artifacts/com.github.antonioazambuja/noxus/
implementation ("com.github.antonioazambuja:noxus:true")
'com.github.antonioazambuja:noxus:jar:true'
<dependency org="com.github.antonioazambuja" name="noxus" rev="true">
<artifact name="noxus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.antonioazambuja', module='noxus', version='true')
)
libraryDependencies += "com.github.antonioazambuja" % "noxus" % "true"
[com.github.antonioazambuja/noxus "true"]