GroupId | GroupIdorg.fabric3 |
---|---|
ArtifactId | ArtifactIdprofile-file |
Version | Version2.5.0 |
Type | Typejar |
Filename | Size |
---|---|
profile-file-2.5.0.pom | 1 KB |
profile-file-2.5.0-sources.jar | 4 KB |
profile-file-2.5.0-javadoc.jar | 261 bytes |
profile-file-2.5.0-bin.zip | 49 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.fabric3/profile-file/ -->
<dependency>
<groupId>org.fabric3</groupId>
<artifactId>profile-file</artifactId>
<version>2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.fabric3/profile-file/
implementation 'org.fabric3:profile-file:2.5.0'
// https://jarcasting.com/artifacts/org.fabric3/profile-file/
implementation ("org.fabric3:profile-file:2.5.0")
'org.fabric3:profile-file:jar:2.5.0'
<dependency org="org.fabric3" name="profile-file" rev="2.5.0">
<artifact name="profile-file" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.fabric3', module='profile-file', version='2.5.0')
)
libraryDependencies += "org.fabric3" % "profile-file" % "2.5.0"
[org.fabric3/profile-file "2.5.0"]