GroupId | GroupIdorg.typelevel |
---|---|
ArtifactId | ArtifactIdmachinist_2.12 |
Version | Version0.6.1 |
Type | Typejar |
Filename | Size |
---|---|
machinist_2.12-0.6.1.pom | |
machinist_2.12-0.6.1.jar | 32 KB |
machinist_2.12-0.6.1-sources.jar | 3 KB |
machinist_2.12-0.6.1-javadoc.jar | 632 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.typelevel/machinist_2.12/ -->
<dependency>
<groupId>org.typelevel</groupId>
<artifactId>machinist_2.12</artifactId>
<version>0.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.typelevel/machinist_2.12/
implementation 'org.typelevel:machinist_2.12:0.6.1'
// https://jarcasting.com/artifacts/org.typelevel/machinist_2.12/
implementation ("org.typelevel:machinist_2.12:0.6.1")
'org.typelevel:machinist_2.12:jar:0.6.1'
<dependency org="org.typelevel" name="machinist_2.12" rev="0.6.1">
<artifact name="machinist_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.typelevel', module='machinist_2.12', version='0.6.1')
)
libraryDependencies += "org.typelevel" % "machinist_2.12" % "0.6.1"
[org.typelevel/machinist_2.12 "0.6.1"]