GroupId | GroupIdeu.stamp-project |
---|---|
ArtifactId | ArtifactIdassert-fixer |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
assert-fixer-1.0.1.pom | |
assert-fixer-1.0.1.jar | 41 KB |
assert-fixer-1.0.1-sources.jar | 16 KB |
assert-fixer-1.0.1-javadoc.jar | 98 KB |
assert-fixer-1.0.1-jar-with-dependencies.jar | 13 MB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.stamp-project/assert-fixer/ -->
<dependency>
<groupId>eu.stamp-project</groupId>
<artifactId>assert-fixer</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/eu.stamp-project/assert-fixer/
implementation 'eu.stamp-project:assert-fixer:1.0.1'
// https://jarcasting.com/artifacts/eu.stamp-project/assert-fixer/
implementation ("eu.stamp-project:assert-fixer:1.0.1")
'eu.stamp-project:assert-fixer:jar:1.0.1'
<dependency org="eu.stamp-project" name="assert-fixer" rev="1.0.1">
<artifact name="assert-fixer" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.stamp-project', module='assert-fixer', version='1.0.1')
)
libraryDependencies += "eu.stamp-project" % "assert-fixer" % "1.0.1"
[eu.stamp-project/assert-fixer "1.0.1"]