Categories |
CategoriesIDE Development Tools Data |
---|---|
GroupId | GroupIdcom.github.database-rider |
ArtifactId | ArtifactIdrider-examples |
Version | Version1.27.0 |
Type | Typepom |
Filename | Size |
---|---|
rider-examples-1.27.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.database-rider/rider-examples/ -->
<dependency>
<groupId>com.github.database-rider</groupId>
<artifactId>rider-examples</artifactId>
<version>1.27.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.database-rider/rider-examples/
implementation 'com.github.database-rider:rider-examples:1.27.0'
// https://jarcasting.com/artifacts/com.github.database-rider/rider-examples/
implementation ("com.github.database-rider:rider-examples:1.27.0")
'com.github.database-rider:rider-examples:pom:1.27.0'
<dependency org="com.github.database-rider" name="rider-examples" rev="1.27.0">
<artifact name="rider-examples" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.database-rider', module='rider-examples', version='1.27.0')
)
libraryDependencies += "com.github.database-rider" % "rider-examples" % "1.27.0"
[com.github.database-rider/rider-examples "1.27.0"]