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