Categories |
CategoriesData |
---|---|
GroupId | GroupIdcom.simtechdata |
ArtifactId | ArtifactIdSwitcher |
Version | Version1.3.7 |
Type | Typejar |
Filename | Size |
---|---|
Switcher-1.3.7.pom | |
Switcher-1.3.7.jar | 14 KB |
Switcher-1.3.7-sources.jar | 11 KB |
Switcher-1.3.7-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.simtechdata/Switcher/ -->
<dependency>
<groupId>com.simtechdata</groupId>
<artifactId>Switcher</artifactId>
<version>1.3.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.simtechdata/Switcher/
implementation 'com.simtechdata:Switcher:1.3.7'
// https://jarcasting.com/artifacts/com.simtechdata/Switcher/
implementation ("com.simtechdata:Switcher:1.3.7")
'com.simtechdata:Switcher:jar:1.3.7'
<dependency org="com.simtechdata" name="Switcher" rev="1.3.7">
<artifact name="Switcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.simtechdata', module='Switcher', version='1.3.7')
)
libraryDependencies += "com.simtechdata" % "Switcher" % "1.3.7"
[com.simtechdata/Switcher "1.3.7"]