GroupId | GroupIdcom.reprezen.genflow |
---|---|
ArtifactId | ArtifactIdrapidml-csharp |
Version | Version1.0.1 |
Type | Typejar |
Filename | Size |
---|---|
rapidml-csharp-1.0.1.pom | |
rapidml-csharp-1.0.1.jar | 60 KB |
rapidml-csharp-1.0.1-sources.jar | 91 KB |
rapidml-csharp-1.0.1-javadoc.jar | 128 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.reprezen.genflow/rapidml-csharp/ -->
<dependency>
<groupId>com.reprezen.genflow</groupId>
<artifactId>rapidml-csharp</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.reprezen.genflow/rapidml-csharp/
implementation 'com.reprezen.genflow:rapidml-csharp:1.0.1'
// https://jarcasting.com/artifacts/com.reprezen.genflow/rapidml-csharp/
implementation ("com.reprezen.genflow:rapidml-csharp:1.0.1")
'com.reprezen.genflow:rapidml-csharp:jar:1.0.1'
<dependency org="com.reprezen.genflow" name="rapidml-csharp" rev="1.0.1">
<artifact name="rapidml-csharp" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.reprezen.genflow', module='rapidml-csharp', version='1.0.1')
)
libraryDependencies += "com.reprezen.genflow" % "rapidml-csharp" % "1.0.1"
[com.reprezen.genflow/rapidml-csharp "1.0.1"]