License |
License |
---|---|
GroupId | GroupIdorg.nerd4j |
ArtifactId | ArtifactIdnerd4j-base |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionNerd4j Project
Base super-pom for all Nerd4J projects
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
nerd4j-base-2.0.0.pom | 11 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nerd4j/nerd4j-base/ -->
<dependency>
<groupId>org.nerd4j</groupId>
<artifactId>nerd4j-base</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.nerd4j/nerd4j-base/
implementation 'org.nerd4j:nerd4j-base:2.0.0'
// https://jarcasting.com/artifacts/org.nerd4j/nerd4j-base/
implementation ("org.nerd4j:nerd4j-base:2.0.0")
'org.nerd4j:nerd4j-base:pom:2.0.0'
<dependency org="org.nerd4j" name="nerd4j-base" rev="2.0.0">
<artifact name="nerd4j-base" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.nerd4j', module='nerd4j-base', version='2.0.0')
)
libraryDependencies += "org.nerd4j" % "nerd4j-base" % "2.0.0"
[org.nerd4j/nerd4j-base "2.0.0"]