GroupId | GroupIdcom.sanctionco.thunder |
---|---|
ArtifactId | ArtifactIdapplication |
Version | Version2.0.0 |
Type | Typejar |
Filename | Size |
---|---|
application-2.0.0.pom | |
application-2.0.0.jar | 26 MB |
application-2.0.0-sources.jar | 44 KB |
application-2.0.0-javadoc.jar | 301 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sanctionco.thunder/application/ -->
<dependency>
<groupId>com.sanctionco.thunder</groupId>
<artifactId>application</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.sanctionco.thunder/application/
implementation 'com.sanctionco.thunder:application:2.0.0'
// https://jarcasting.com/artifacts/com.sanctionco.thunder/application/
implementation ("com.sanctionco.thunder:application:2.0.0")
'com.sanctionco.thunder:application:jar:2.0.0'
<dependency org="com.sanctionco.thunder" name="application" rev="2.0.0">
<artifact name="application" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sanctionco.thunder', module='application', version='2.0.0')
)
libraryDependencies += "com.sanctionco.thunder" % "application" % "2.0.0"
[com.sanctionco.thunder/application "2.0.0"]