License |
License |
---|---|
GroupId | GroupIdcom.github.xgp |
ArtifactId | ArtifactIdfixml |
Version | Version5.0.SP2.1 |
Type | Typejar |
Description |
DescriptionParent pom for oss projects
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
fixml-5.0.SP2.1.pom | |
fixml-5.0.SP2.1.jar | 602 KB |
fixml-5.0.SP2.1-sources.jar | 635 KB |
fixml-5.0.SP2.1-javadoc.jar | 2 MB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.xgp/fixml/ -->
<dependency>
<groupId>com.github.xgp</groupId>
<artifactId>fixml</artifactId>
<version>5.0.SP2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xgp/fixml/
implementation 'com.github.xgp:fixml:5.0.SP2.1'
// https://jarcasting.com/artifacts/com.github.xgp/fixml/
implementation ("com.github.xgp:fixml:5.0.SP2.1")
'com.github.xgp:fixml:jar:5.0.SP2.1'
<dependency org="com.github.xgp" name="fixml" rev="5.0.SP2.1">
<artifact name="fixml" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xgp', module='fixml', version='5.0.SP2.1')
)
libraryDependencies += "com.github.xgp" % "fixml" % "5.0.SP2.1"
[com.github.xgp/fixml "5.0.SP2.1"]