GroupId | GroupIdcom.matttproud.accepts |
---|---|
ArtifactId | ArtifactIdaccepts |
Version | Version0.0.1 |
Type | Typejar |
Filename | Size |
---|---|
accepts-0.0.1.pom | |
accepts-0.0.1.jar | 6 KB |
accepts-0.0.1-sources.jar | 3 KB |
accepts-0.0.1-javadoc.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.matttproud.accepts/accepts/ -->
<dependency>
<groupId>com.matttproud.accepts</groupId>
<artifactId>accepts</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.matttproud.accepts/accepts/
implementation 'com.matttproud.accepts:accepts:0.0.1'
// https://jarcasting.com/artifacts/com.matttproud.accepts/accepts/
implementation ("com.matttproud.accepts:accepts:0.0.1")
'com.matttproud.accepts:accepts:jar:0.0.1'
<dependency org="com.matttproud.accepts" name="accepts" rev="0.0.1">
<artifact name="accepts" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.matttproud.accepts', module='accepts', version='0.0.1')
)
libraryDependencies += "com.matttproud.accepts" % "accepts" % "0.0.1"
[com.matttproud.accepts/accepts "0.0.1"]