GroupId | GroupIdorg.overturetool.core |
---|---|
ArtifactId | ArtifactIdnpp |
Version | Version2.6.4 |
Type | Typejar |
Filename | Size |
---|---|
npp-2.6.4.pom | |
npp-2.6.4.jar | 10 KB |
npp-2.6.4-sources.jar | 9 KB |
npp-2.6.4-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.overturetool.core/npp/ -->
<dependency>
<groupId>org.overturetool.core</groupId>
<artifactId>npp</artifactId>
<version>2.6.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.overturetool.core/npp/
implementation 'org.overturetool.core:npp:2.6.4'
// https://jarcasting.com/artifacts/org.overturetool.core/npp/
implementation ("org.overturetool.core:npp:2.6.4")
'org.overturetool.core:npp:jar:2.6.4'
<dependency org="org.overturetool.core" name="npp" rev="2.6.4">
<artifact name="npp" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.overturetool.core', module='npp', version='2.6.4')
)
libraryDependencies += "org.overturetool.core" % "npp" % "2.6.4"
[org.overturetool.core/npp "2.6.4"]