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