Categories |
CategoriesKeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdcom.github.tddmonkey |
ArtifactId | ArtifactIdlignin-core |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
lignin-core-0.0.1.pom | |
lignin-core-0.0.1.jar | 29 KB |
lignin-core-0.0.1-sources.jar | 1 KB |
lignin-core-0.0.1-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.tddmonkey/lignin-core/ -->
<dependency>
<groupId>com.github.tddmonkey</groupId>
<artifactId>lignin-core</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.tddmonkey/lignin-core/
implementation 'com.github.tddmonkey:lignin-core:0.0.1'
// https://jarcasting.com/artifacts/com.github.tddmonkey/lignin-core/
implementation ("com.github.tddmonkey:lignin-core:0.0.1")
'com.github.tddmonkey:lignin-core:jar:0.0.1'
<dependency org="com.github.tddmonkey" name="lignin-core" rev="0.0.1">
<artifact name="lignin-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.tddmonkey', module='lignin-core', version='0.0.1')
)
libraryDependencies += "com.github.tddmonkey" % "lignin-core" % "0.0.1"
[com.github.tddmonkey/lignin-core "0.0.1"]