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