GroupId | GroupIdorg.atteo.moonshine |
---|---|
ArtifactId | ArtifactIdglobal-modules |
Version | Version1.0 |
Type | Typejar |
Filename | Size |
---|---|
global-modules-1.0.pom | |
global-modules-1.0.jar | 5 KB |
global-modules-1.0-sources.jar | 2 KB |
global-modules-1.0-javadoc.jar | 43 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.atteo.moonshine/global-modules/ -->
<dependency>
<groupId>org.atteo.moonshine</groupId>
<artifactId>global-modules</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.atteo.moonshine/global-modules/
implementation 'org.atteo.moonshine:global-modules:1.0'
// https://jarcasting.com/artifacts/org.atteo.moonshine/global-modules/
implementation ("org.atteo.moonshine:global-modules:1.0")
'org.atteo.moonshine:global-modules:jar:1.0'
<dependency org="org.atteo.moonshine" name="global-modules" rev="1.0">
<artifact name="global-modules" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.atteo.moonshine', module='global-modules', version='1.0')
)
libraryDependencies += "org.atteo.moonshine" % "global-modules" % "1.0"
[org.atteo.moonshine/global-modules "1.0"]