GroupId | GroupIdcom.typesafe |
---|---|
ArtifactId | ArtifactIdmima-core_2.9.1 |
Version | Version0.1.2 |
Type | Typejar |
Filename | Size |
---|---|
mima-core_2.9.1-0.1.2.pom | |
mima-core_2.9.1-0.1.2.jar | 233 KB |
mima-core_2.9.1-0.1.2-sources.jar | 21 KB |
mima-core_2.9.1-0.1.2-javadoc.jar | 448 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.typesafe/mima-core_2.9.1/ -->
<dependency>
<groupId>com.typesafe</groupId>
<artifactId>mima-core_2.9.1</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.typesafe/mima-core_2.9.1/
implementation 'com.typesafe:mima-core_2.9.1:0.1.2'
// https://jarcasting.com/artifacts/com.typesafe/mima-core_2.9.1/
implementation ("com.typesafe:mima-core_2.9.1:0.1.2")
'com.typesafe:mima-core_2.9.1:jar:0.1.2'
<dependency org="com.typesafe" name="mima-core_2.9.1" rev="0.1.2">
<artifact name="mima-core_2.9.1" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.typesafe', module='mima-core_2.9.1', version='0.1.2')
)
libraryDependencies += "com.typesafe" % "mima-core_2.9.1" % "0.1.2"
[com.typesafe/mima-core_2.9.1 "0.1.2"]