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