License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdcom.celeral |
ArtifactId | ArtifactIdnetconf |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionParent pom for all the Celeral projects.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
netconf-1.0.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.celeral/netconf/ -->
<dependency>
<groupId>com.celeral</groupId>
<artifactId>netconf</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.celeral/netconf/
implementation 'com.celeral:netconf:1.0.0'
// https://jarcasting.com/artifacts/com.celeral/netconf/
implementation ("com.celeral:netconf:1.0.0")
'com.celeral:netconf:pom:1.0.0'
<dependency org="com.celeral" name="netconf" rev="1.0.0">
<artifact name="netconf" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.celeral', module='netconf', version='1.0.0')
)
libraryDependencies += "com.celeral" % "netconf" % "1.0.0"
[com.celeral/netconf "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.logging.log4j : log4j-api | jar | |
org.apache.logging.log4j : log4j-core | jar |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-core | jar | 2.1 |