Categories |
CategoriesNative Development Tools |
---|---|
GroupId | GroupIdcom.softwaremill.sttp.model |
ArtifactId | ArtifactIdcore_native0.4.0-M2_2.11 |
Version | Version1.2.0 |
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.2.0</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.2.0'
// 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.2.0")
'com.softwaremill.sttp.model:core_native0.4.0-M2_2.11:jar:1.2.0'
<dependency org="com.softwaremill.sttp.model" name="core_native0.4.0-M2_2.11" rev="1.2.0">
<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.2.0')
)
libraryDependencies += "com.softwaremill.sttp.model" % "core_native0.4.0-M2_2.11" % "1.2.0"
[com.softwaremill.sttp.model/core_native0.4.0-M2_2.11 "1.2.0"]