GroupId | GroupIdcom.github.marschall |
---|---|
ArtifactId | ArtifactIdpolicy-registration-factory |
Version | Version0.1.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.marschall/policy-registration-factory/ -->
<dependency>
<groupId>com.github.marschall</groupId>
<artifactId>policy-registration-factory</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.marschall/policy-registration-factory/
implementation 'com.github.marschall:policy-registration-factory:0.1.0'
// https://jarcasting.com/artifacts/com.github.marschall/policy-registration-factory/
implementation ("com.github.marschall:policy-registration-factory:0.1.0")
'com.github.marschall:policy-registration-factory:jar:0.1.0'
<dependency org="com.github.marschall" name="policy-registration-factory" rev="0.1.0">
<artifact name="policy-registration-factory" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.marschall', module='policy-registration-factory', version='0.1.0')
)
libraryDependencies += "com.github.marschall" % "policy-registration-factory" % "0.1.0"
[com.github.marschall/policy-registration-factory "0.1.0"]