GroupId | GroupIdcom.sanctionco.thunder |
---|---|
ArtifactId | ArtifactIdapplication |
Version | Version3.0.3 |
Type | Typejar |
Filename | Size |
---|---|
application-3.0.3.pom | |
application-3.0.3.jar | 43 MB |
application-3.0.3-sources.jar | 2 MB |
application-3.0.3-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.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.sanctionco.thunder/application/
implementation 'com.sanctionco.thunder:application:3.0.3'
// https://jarcasting.com/artifacts/com.sanctionco.thunder/application/
implementation ("com.sanctionco.thunder:application:3.0.3")
'com.sanctionco.thunder:application:jar:3.0.3'
<dependency org="com.sanctionco.thunder" name="application" rev="3.0.3">
<artifact name="application" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sanctionco.thunder', module='application', version='3.0.3')
)
libraryDependencies += "com.sanctionco.thunder" % "application" % "3.0.3"
[com.sanctionco.thunder/application "3.0.3"]