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