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