is not current version
Last Version 1.3.4

org.nofdev:service-core 1.3.1

The basic componet of Nofdev RPC framework

GroupId

GroupId

org.nofdev
ArtifactId

ArtifactId

service-core
Version

Version

1.3.1
Type

Type

pom

Download service-core 1.3.1


<!-- 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"]