Categories |
CategoriesBuild Tools |
---|---|
GroupId | GroupIdde.learnlib |
ArtifactId | ArtifactIdlearnlib-build-tools |
Version | Version0.10.0 |
Type | Typejar |
Filename | Size |
---|---|
learnlib-build-tools-0.10.0.pom | |
learnlib-build-tools-0.10.0.jar | 3 KB |
learnlib-build-tools-0.10.0-sources.jar | 1 KB |
learnlib-build-tools-0.10.0-javadoc.jar | 333 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/de.learnlib/learnlib-build-tools/ -->
<dependency>
<groupId>de.learnlib</groupId>
<artifactId>learnlib-build-tools</artifactId>
<version>0.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.learnlib/learnlib-build-tools/
implementation 'de.learnlib:learnlib-build-tools:0.10.0'
// https://jarcasting.com/artifacts/de.learnlib/learnlib-build-tools/
implementation ("de.learnlib:learnlib-build-tools:0.10.0")
'de.learnlib:learnlib-build-tools:jar:0.10.0'
<dependency org="de.learnlib" name="learnlib-build-tools" rev="0.10.0">
<artifact name="learnlib-build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.learnlib', module='learnlib-build-tools', version='0.10.0')
)
libraryDependencies += "de.learnlib" % "learnlib-build-tools" % "0.10.0"
[de.learnlib/learnlib-build-tools "0.10.0"]