GroupId | GroupIdcom.brienwheeler.apps |
---|---|
ArtifactId | ArtifactIdapps-main |
Version | Version1.0-RELEASE |
Type | Typejar |
Filename | Size |
---|---|
apps-main-1.0-RELEASE.pom | |
apps-main-1.0-RELEASE.jar | 12 KB |
apps-main-1.0-RELEASE-tests.jar | 14 KB |
apps-main-1.0-RELEASE-sources.jar | 10 KB |
apps-main-1.0-RELEASE-javadoc.jar | 53 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.brienwheeler.apps/apps-main/ -->
<dependency>
<groupId>com.brienwheeler.apps</groupId>
<artifactId>apps-main</artifactId>
<version>1.0-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.brienwheeler.apps/apps-main/
implementation 'com.brienwheeler.apps:apps-main:1.0-RELEASE'
// https://jarcasting.com/artifacts/com.brienwheeler.apps/apps-main/
implementation ("com.brienwheeler.apps:apps-main:1.0-RELEASE")
'com.brienwheeler.apps:apps-main:jar:1.0-RELEASE'
<dependency org="com.brienwheeler.apps" name="apps-main" rev="1.0-RELEASE">
<artifact name="apps-main" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.brienwheeler.apps', module='apps-main', version='1.0-RELEASE')
)
libraryDependencies += "com.brienwheeler.apps" % "apps-main" % "1.0-RELEASE"
[com.brienwheeler.apps/apps-main "1.0-RELEASE"]