GroupId | GroupIdio.github.factoryfx |
---|---|
ArtifactId | ArtifactIdnanoservice |
Version | Version2.0.24 |
Type | Typejar |
Filename | Size |
---|---|
nanoservice-2.0.24.pom | |
nanoservice-2.0.24.jar | 2 KB |
nanoservice-2.0.24-sources.jar | 1 KB |
nanoservice-2.0.24-javadoc.jar | 395 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.factoryfx/nanoservice/ -->
<dependency>
<groupId>io.github.factoryfx</groupId>
<artifactId>nanoservice</artifactId>
<version>2.0.24</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.factoryfx/nanoservice/
implementation 'io.github.factoryfx:nanoservice:2.0.24'
// https://jarcasting.com/artifacts/io.github.factoryfx/nanoservice/
implementation ("io.github.factoryfx:nanoservice:2.0.24")
'io.github.factoryfx:nanoservice:jar:2.0.24'
<dependency org="io.github.factoryfx" name="nanoservice" rev="2.0.24">
<artifact name="nanoservice" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.factoryfx', module='nanoservice', version='2.0.24')
)
libraryDependencies += "io.github.factoryfx" % "nanoservice" % "2.0.24"
[io.github.factoryfx/nanoservice "2.0.24"]