| GroupId | GroupIdcom.outr |
|---|---|
| ArtifactId | ArtifactIdprofig-all_2.13 |
| Version | Version3.0.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| profig-all_2.13-3.0.4.pom | |
| profig-all_2.13-3.0.4.jar | 300 bytes |
| profig-all_2.13-3.0.4-sources.jar | 246 bytes |
| profig-all_2.13-3.0.4-javadoc.jar | 189 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.outr/profig-all_2.13/ -->
<dependency>
<groupId>com.outr</groupId>
<artifactId>profig-all_2.13</artifactId>
<version>3.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.outr/profig-all_2.13/
implementation 'com.outr:profig-all_2.13:3.0.4'
// https://jarcasting.com/artifacts/com.outr/profig-all_2.13/
implementation ("com.outr:profig-all_2.13:3.0.4")
'com.outr:profig-all_2.13:jar:3.0.4'
<dependency org="com.outr" name="profig-all_2.13" rev="3.0.4">
<artifact name="profig-all_2.13" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.outr', module='profig-all_2.13', version='3.0.4')
)
libraryDependencies += "com.outr" % "profig-all_2.13" % "3.0.4"
[com.outr/profig-all_2.13 "3.0.4"]