GroupId | GroupIdorg.opennms.newts |
---|---|
ArtifactId | ArtifactIdnewts-ui |
Version | Version1.3.3 |
Type | Typejar |
Filename | Size |
---|---|
newts-ui-1.3.3.pom | |
newts-ui-1.3.3.jar | 2 MB |
newts-ui-1.3.3-sources.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.opennms.newts/newts-ui/ -->
<dependency>
<groupId>org.opennms.newts</groupId>
<artifactId>newts-ui</artifactId>
<version>1.3.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.opennms.newts/newts-ui/
implementation 'org.opennms.newts:newts-ui:1.3.3'
// https://jarcasting.com/artifacts/org.opennms.newts/newts-ui/
implementation ("org.opennms.newts:newts-ui:1.3.3")
'org.opennms.newts:newts-ui:jar:1.3.3'
<dependency org="org.opennms.newts" name="newts-ui" rev="1.3.3">
<artifact name="newts-ui" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opennms.newts', module='newts-ui', version='1.3.3')
)
libraryDependencies += "org.opennms.newts" % "newts-ui" % "1.3.3"
[org.opennms.newts/newts-ui "1.3.3"]