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