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