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