| Categories |
CategoriesAnt Build Tools |
|---|---|
| GroupId | GroupIdcom.github.stefanbirkner |
| ArtifactId | ArtifactIdsemantic-wrapper |
| Version | Version0.4.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| semantic-wrapper-0.4.0.pom | |
| semantic-wrapper-0.4.0.jar | 9 KB |
| semantic-wrapper-0.4.0-sources.jar | 5 KB |
| semantic-wrapper-0.4.0-javadoc.jar | 58 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.stefanbirkner/semantic-wrapper/ -->
<dependency>
<groupId>com.github.stefanbirkner</groupId>
<artifactId>semantic-wrapper</artifactId>
<version>0.4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.stefanbirkner/semantic-wrapper/
implementation 'com.github.stefanbirkner:semantic-wrapper:0.4.0'
// https://jarcasting.com/artifacts/com.github.stefanbirkner/semantic-wrapper/
implementation ("com.github.stefanbirkner:semantic-wrapper:0.4.0")
'com.github.stefanbirkner:semantic-wrapper:jar:0.4.0'
<dependency org="com.github.stefanbirkner" name="semantic-wrapper" rev="0.4.0">
<artifact name="semantic-wrapper" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.stefanbirkner', module='semantic-wrapper', version='0.4.0')
)
libraryDependencies += "com.github.stefanbirkner" % "semantic-wrapper" % "0.4.0"
[com.github.stefanbirkner/semantic-wrapper "0.4.0"]