License |
License |
---|---|
GroupId | GroupIdde.extra-standard |
ArtifactId | ArtifactIdextra-modules |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionextra-modules
eXTra Modules
|
Project URL |
Project URL |
Filename | Size |
---|---|
extra-modules-1.0.0.pom | 2 KB |
extra-modules-1.0.0-tests.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.extra-standard/extra-modules/ -->
<dependency>
<groupId>de.extra-standard</groupId>
<artifactId>extra-modules</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.extra-standard/extra-modules/
implementation 'de.extra-standard:extra-modules:1.0.0'
// https://jarcasting.com/artifacts/de.extra-standard/extra-modules/
implementation ("de.extra-standard:extra-modules:1.0.0")
'de.extra-standard:extra-modules:jar:1.0.0'
<dependency org="de.extra-standard" name="extra-modules" rev="1.0.0">
<artifact name="extra-modules" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.extra-standard', module='extra-modules', version='1.0.0')
)
libraryDependencies += "de.extra-standard" % "extra-modules" % "1.0.0"
[de.extra-standard/extra-modules "1.0.0"]