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