Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdcom.softwaremill.sttp.model |
ArtifactId | ArtifactIdcore_native0.4.0-M2_2.11 |
Version | Version1.0.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.softwaremill.sttp.model/core_native0.4.0-M2_2.11/ -->
<dependency>
<groupId>com.softwaremill.sttp.model</groupId>
<artifactId>core_native0.4.0-M2_2.11</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.softwaremill.sttp.model/core_native0.4.0-M2_2.11/
implementation 'com.softwaremill.sttp.model:core_native0.4.0-M2_2.11:1.0.2'
// https://jarcasting.com/artifacts/com.softwaremill.sttp.model/core_native0.4.0-M2_2.11/
implementation ("com.softwaremill.sttp.model:core_native0.4.0-M2_2.11:1.0.2")
'com.softwaremill.sttp.model:core_native0.4.0-M2_2.11:jar:1.0.2'
<dependency org="com.softwaremill.sttp.model" name="core_native0.4.0-M2_2.11" rev="1.0.2">
<artifact name="core_native0.4.0-M2_2.11" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.softwaremill.sttp.model', module='core_native0.4.0-M2_2.11', version='1.0.2')
)
libraryDependencies += "com.softwaremill.sttp.model" % "core_native0.4.0-M2_2.11" % "1.0.2"
[com.softwaremill.sttp.model/core_native0.4.0-M2_2.11 "1.0.2"]