is not current version
Last Version 0.1.4

com.v1ok:service-interface 0.1.1

interface of service

GroupId

GroupId

com.v1ok
ArtifactId

ArtifactId

service-interface
Version

Version

0.1.1
Type

Type

jar

Download service-interface 0.1.1


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