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