License |
License |
---|---|
GroupId | GroupIdcom.deciphernow |
ArtifactId | ArtifactIdgm-fabric |
Last Version | Last Version0.2.9 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionMicroservice framework [Root]
A microservice framework for the JVM.
|
Filename | Size |
---|---|
gm-fabric-0.2.9.pom | 15 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.deciphernow/gm-fabric/ -->
<dependency>
<groupId>com.deciphernow</groupId>
<artifactId>gm-fabric</artifactId>
<version>0.2.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.deciphernow/gm-fabric/
implementation 'com.deciphernow:gm-fabric:0.2.9'
// https://jarcasting.com/artifacts/com.deciphernow/gm-fabric/
implementation ("com.deciphernow:gm-fabric:0.2.9")
'com.deciphernow:gm-fabric:pom:0.2.9'
<dependency org="com.deciphernow" name="gm-fabric" rev="0.2.9">
<artifact name="gm-fabric" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.deciphernow', module='gm-fabric', version='0.2.9')
)
libraryDependencies += "com.deciphernow" % "gm-fabric" % "0.2.9"
[com.deciphernow/gm-fabric "0.2.9"]