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