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