GroupId | GroupIdch.software-atelier |
---|---|
ArtifactId | ArtifactIdsimpleflex-rest |
Version | Version2.1.1 |
Type | Typejar |
Filename | Size |
---|---|
simpleflex-rest-2.1.1.pom | |
simpleflex-rest-2.1.1.jar | 28 KB |
simpleflex-rest-2.1.1-sources.jar | 17 KB |
simpleflex-rest-2.1.1-javadoc.jar | 141 KB |
Browse |
<!-- https://jarcasting.com/artifacts/ch.software-atelier/simpleflex-rest/ -->
<dependency>
<groupId>ch.software-atelier</groupId>
<artifactId>simpleflex-rest</artifactId>
<version>2.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/ch.software-atelier/simpleflex-rest/
implementation 'ch.software-atelier:simpleflex-rest:2.1.1'
// https://jarcasting.com/artifacts/ch.software-atelier/simpleflex-rest/
implementation ("ch.software-atelier:simpleflex-rest:2.1.1")
'ch.software-atelier:simpleflex-rest:jar:2.1.1'
<dependency org="ch.software-atelier" name="simpleflex-rest" rev="2.1.1">
<artifact name="simpleflex-rest" type="jar" />
</dependency>
@Grapes(
@Grab(group='ch.software-atelier', module='simpleflex-rest', version='2.1.1')
)
libraryDependencies += "ch.software-atelier" % "simpleflex-rest" % "2.1.1"
[ch.software-atelier/simpleflex-rest "2.1.1"]