| GroupId | GroupIdorg.bekwam |
|---|---|
| ArtifactId | ArtifactIdtscriptrules-parent |
| Version | Version2.1.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| tscriptrules-parent-2.1.0.pom | 1 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.bekwam/tscriptrules-parent/ -->
<dependency>
<groupId>org.bekwam</groupId>
<artifactId>tscriptrules-parent</artifactId>
<version>2.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.bekwam/tscriptrules-parent/
implementation 'org.bekwam:tscriptrules-parent:2.1.0'
// https://jarcasting.com/artifacts/org.bekwam/tscriptrules-parent/
implementation ("org.bekwam:tscriptrules-parent:2.1.0")
'org.bekwam:tscriptrules-parent:pom:2.1.0'
<dependency org="org.bekwam" name="tscriptrules-parent" rev="2.1.0">
<artifact name="tscriptrules-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.bekwam', module='tscriptrules-parent', version='2.1.0')
)
libraryDependencies += "org.bekwam" % "tscriptrules-parent" % "2.1.0"
[org.bekwam/tscriptrules-parent "2.1.0"]