Categories |
CategoriesKeY Data Data Formats Formal Verification |
---|---|
GroupId | GroupIdcom.github.houbb |
ArtifactId | ArtifactIdkeyword |
Version | Version0.0.4 |
Type | Typejar |
Filename | Size |
---|---|
keyword-0.0.4.pom | |
keyword-0.0.4.jar | 2 MB |
keyword-0.0.4-sources.jar | 2 MB |
keyword-0.0.4-javadoc.jar | 342 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/keyword/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>keyword</artifactId>
<version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/keyword/
implementation 'com.github.houbb:keyword:0.0.4'
// https://jarcasting.com/artifacts/com.github.houbb/keyword/
implementation ("com.github.houbb:keyword:0.0.4")
'com.github.houbb:keyword:jar:0.0.4'
<dependency org="com.github.houbb" name="keyword" rev="0.0.4">
<artifact name="keyword" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='keyword', version='0.0.4')
)
libraryDependencies += "com.github.houbb" % "keyword" % "0.0.4"
[com.github.houbb/keyword "0.0.4"]