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