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