GroupId | GroupIdcom.stehno.ersatz |
---|---|
ArtifactId | ArtifactIdersatz |
Version | Version1.7.0 |
Type | Typejar |
Filename | Size |
---|---|
ersatz-1.7.0.pom | |
ersatz-1.7.0.jar | 291 KB |
ersatz-1.7.0-sources.jar | 85 KB |
ersatz-1.7.0-safe.jar | 3 MB |
ersatz-1.7.0-javadoc.jar | 265 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.stehno.ersatz/ersatz/ -->
<dependency>
<groupId>com.stehno.ersatz</groupId>
<artifactId>ersatz</artifactId>
<version>1.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.stehno.ersatz/ersatz/
implementation 'com.stehno.ersatz:ersatz:1.7.0'
// https://jarcasting.com/artifacts/com.stehno.ersatz/ersatz/
implementation ("com.stehno.ersatz:ersatz:1.7.0")
'com.stehno.ersatz:ersatz:jar:1.7.0'
<dependency org="com.stehno.ersatz" name="ersatz" rev="1.7.0">
<artifact name="ersatz" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.stehno.ersatz', module='ersatz', version='1.7.0')
)
libraryDependencies += "com.stehno.ersatz" % "ersatz" % "1.7.0"
[com.stehno.ersatz/ersatz "1.7.0"]