Categories |
CategoriesJava Languages |
---|---|
GroupId | GroupIdcom.github.writethemfirst |
ArtifactId | ArtifactIdapprovals-java |
Version | Version0.4 |
Type | Typejar |
Filename | Size |
---|---|
approvals-java-0.4.pom | |
approvals-java-0.4.jar | 37 KB |
approvals-java-0.4-sources.jar | 48 KB |
approvals-java-0.4-javadoc.jar | 222 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.writethemfirst/approvals-java/ -->
<dependency>
<groupId>com.github.writethemfirst</groupId>
<artifactId>approvals-java</artifactId>
<version>0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.writethemfirst/approvals-java/
implementation 'com.github.writethemfirst:approvals-java:0.4'
// https://jarcasting.com/artifacts/com.github.writethemfirst/approvals-java/
implementation ("com.github.writethemfirst:approvals-java:0.4")
'com.github.writethemfirst:approvals-java:jar:0.4'
<dependency org="com.github.writethemfirst" name="approvals-java" rev="0.4">
<artifact name="approvals-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.writethemfirst', module='approvals-java', version='0.4')
)
libraryDependencies += "com.github.writethemfirst" % "approvals-java" % "0.4"
[com.github.writethemfirst/approvals-java "0.4"]