is not current version
Last Version 1.3.4

org.nofdev:service-core 1.2.0

The basic componet of Nofdev RPC framework

GroupId

GroupId

org.nofdev
ArtifactId

ArtifactId

service-core
Version

Version

1.2.0
Type

Type

pom

Download service-core 1.2.0


<!-- https://jarcasting.com/artifacts/org.nofdev/service-core/ -->
<dependency>
    <groupId>org.nofdev</groupId>
    <artifactId>service-core</artifactId>
    <version>1.2.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.nofdev/service-core/
implementation 'org.nofdev:service-core:1.2.0'
// https://jarcasting.com/artifacts/org.nofdev/service-core/
implementation ("org.nofdev:service-core:1.2.0")
'org.nofdev:service-core:pom:1.2.0'
<dependency org="org.nofdev" name="service-core" rev="1.2.0">
  <artifact name="service-core" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.nofdev', module='service-core', version='1.2.0')
)
libraryDependencies += "org.nofdev" % "service-core" % "1.2.0"
[org.nofdev/service-core "1.2.0"]