Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdcom.googlecode.the-fascinator.plugins |
ArtifactId | ArtifactIdplugin-transformer-aperture |
Version | Version1.1.5 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.googlecode.the-fascinator.plugins/plugin-transformer-aperture/ -->
<dependency>
<groupId>com.googlecode.the-fascinator.plugins</groupId>
<artifactId>plugin-transformer-aperture</artifactId>
<version>1.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.the-fascinator.plugins/plugin-transformer-aperture/
implementation 'com.googlecode.the-fascinator.plugins:plugin-transformer-aperture:1.1.5'
// https://jarcasting.com/artifacts/com.googlecode.the-fascinator.plugins/plugin-transformer-aperture/
implementation ("com.googlecode.the-fascinator.plugins:plugin-transformer-aperture:1.1.5")
'com.googlecode.the-fascinator.plugins:plugin-transformer-aperture:jar:1.1.5'
<dependency org="com.googlecode.the-fascinator.plugins" name="plugin-transformer-aperture" rev="1.1.5">
<artifact name="plugin-transformer-aperture" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.the-fascinator.plugins', module='plugin-transformer-aperture', version='1.1.5')
)
libraryDependencies += "com.googlecode.the-fascinator.plugins" % "plugin-transformer-aperture" % "1.1.5"
[com.googlecode.the-fascinator.plugins/plugin-transformer-aperture "1.1.5"]