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