| Categories |
CategoriesBuild Tools |
|---|---|
| GroupId | GroupIdde.learnlib |
| ArtifactId | ArtifactIdlearnlib-build-tools |
| Version | Version0.9.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| learnlib-build-tools-0.9.1.pom | |
| learnlib-build-tools-0.9.1.jar | 3 KB |
| learnlib-build-tools-0.9.1-sources.jar | 1 KB |
| learnlib-build-tools-0.9.1-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.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.learnlib/learnlib-build-tools/
implementation 'de.learnlib:learnlib-build-tools:0.9.1'
// https://jarcasting.com/artifacts/de.learnlib/learnlib-build-tools/
implementation ("de.learnlib:learnlib-build-tools:0.9.1")
'de.learnlib:learnlib-build-tools:jar:0.9.1'
<dependency org="de.learnlib" name="learnlib-build-tools" rev="0.9.1">
<artifact name="learnlib-build-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.learnlib', module='learnlib-build-tools', version='0.9.1')
)
libraryDependencies += "de.learnlib" % "learnlib-build-tools" % "0.9.1"
[de.learnlib/learnlib-build-tools "0.9.1"]