GroupId | GroupIdcom.github.danisimov |
---|---|
ArtifactId | ArtifactIdgassert |
Version | Version1.0.10 |
Type | Typejar |
Filename | Size |
---|---|
gassert-1.0.10.pom | |
gassert-1.0.10.jar | 7 KB |
gassert-1.0.10-sources.jar | 4 KB |
gassert-1.0.10-javadoc.jar | 365 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.danisimov/gassert/ -->
<dependency>
<groupId>com.github.danisimov</groupId>
<artifactId>gassert</artifactId>
<version>1.0.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.danisimov/gassert/
implementation 'com.github.danisimov:gassert:1.0.10'
// https://jarcasting.com/artifacts/com.github.danisimov/gassert/
implementation ("com.github.danisimov:gassert:1.0.10")
'com.github.danisimov:gassert:jar:1.0.10'
<dependency org="com.github.danisimov" name="gassert" rev="1.0.10">
<artifact name="gassert" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.danisimov', module='gassert', version='1.0.10')
)
libraryDependencies += "com.github.danisimov" % "gassert" % "1.0.10"
[com.github.danisimov/gassert "1.0.10"]