GroupId | GroupIdorg.into-cps.maestro |
---|---|
ArtifactId | ArtifactIdtypechecker |
Version | Version2.1.7 |
Type | Typejar |
Filename | Size |
---|---|
typechecker-2.1.7.pom | |
typechecker-2.1.7.jar | 34 KB |
typechecker-2.1.7-sources.jar | 17 KB |
typechecker-2.1.7-javadoc.jar | 446 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.into-cps.maestro/typechecker/ -->
<dependency>
<groupId>org.into-cps.maestro</groupId>
<artifactId>typechecker</artifactId>
<version>2.1.7</version>
</dependency>
// https://jarcasting.com/artifacts/org.into-cps.maestro/typechecker/
implementation 'org.into-cps.maestro:typechecker:2.1.7'
// https://jarcasting.com/artifacts/org.into-cps.maestro/typechecker/
implementation ("org.into-cps.maestro:typechecker:2.1.7")
'org.into-cps.maestro:typechecker:jar:2.1.7'
<dependency org="org.into-cps.maestro" name="typechecker" rev="2.1.7">
<artifact name="typechecker" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.into-cps.maestro', module='typechecker', version='2.1.7')
)
libraryDependencies += "org.into-cps.maestro" % "typechecker" % "2.1.7"
[org.into-cps.maestro/typechecker "2.1.7"]