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