License |
License |
---|---|
GroupId | GroupIdcom.aoindustries |
ArtifactId | ArtifactIdnoc |
Last Version | Last Version1.4.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionNOC
Aggregator POM for Network Operations Center.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
noc-1.4.0.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aoindustries/noc/ -->
<dependency>
<groupId>com.aoindustries</groupId>
<artifactId>noc</artifactId>
<version>1.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.aoindustries/noc/
implementation 'com.aoindustries:noc:1.4.0'
// https://jarcasting.com/artifacts/com.aoindustries/noc/
implementation ("com.aoindustries:noc:1.4.0")
'com.aoindustries:noc:pom:1.4.0'
<dependency org="com.aoindustries" name="noc" rev="1.4.0">
<artifact name="noc" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.aoindustries', module='noc', version='1.4.0')
)
libraryDependencies += "com.aoindustries" % "noc" % "1.4.0"
[com.aoindustries/noc "1.4.0"]