GroupId | GroupIdorg.nofdev |
---|---|
ArtifactId | ArtifactIdservice-core |
Version | Version1.3.1 |
Type | Typepom |
Filename | Size |
---|---|
service-core-1.3.1.pom | |
service-core-1.3.1.jar | 1 KB |
service-core-1.3.1-sources.jar | 8 KB |
service-core-1.3.1-javadoc.jar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.nofdev/service-core/ -->
<dependency>
<groupId>org.nofdev</groupId>
<artifactId>service-core</artifactId>
<version>1.3.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.nofdev/service-core/
implementation 'org.nofdev:service-core:1.3.1'
// https://jarcasting.com/artifacts/org.nofdev/service-core/
implementation ("org.nofdev:service-core:1.3.1")
'org.nofdev:service-core:pom:1.3.1'
<dependency org="org.nofdev" name="service-core" rev="1.3.1">
<artifact name="service-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.nofdev', module='service-core', version='1.3.1')
)
libraryDependencies += "org.nofdev" % "service-core" % "1.3.1"
[org.nofdev/service-core "1.3.1"]