License |
License |
---|---|
GroupId | GroupIdcom.wix |
ArtifactId | ArtifactIdwix-os-parent |
Version | Version1.0.0 |
Type | Typepom |
Description |
DescriptionWix Open Source Parent
The parent for all Wix open source projects.
This includes the various (common) Maven plugins, the GPG signing profile, SCM, license, issue and distribution management, and common dependencies (i.e., Scala)
|
Filename | Size |
---|---|
wix-os-parent-1.0.0.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.wix/wix-os-parent/ -->
<dependency>
<groupId>com.wix</groupId>
<artifactId>wix-os-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.wix/wix-os-parent/
implementation 'com.wix:wix-os-parent:1.0.0'
// https://jarcasting.com/artifacts/com.wix/wix-os-parent/
implementation ("com.wix:wix-os-parent:1.0.0")
'com.wix:wix-os-parent:pom:1.0.0'
<dependency org="com.wix" name="wix-os-parent" rev="1.0.0">
<artifact name="wix-os-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.wix', module='wix-os-parent', version='1.0.0')
)
libraryDependencies += "com.wix" % "wix-os-parent" % "1.0.0"
[com.wix/wix-os-parent "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.scala-lang : scala-reflect | jar | 2.11.8 |
Group / Artifact | Type | Version |
---|---|---|
org.specs2 : specs2-core_2.11 | jar | 3.7 |
org.specs2 : specs2-junit_2.11 | jar | 3.7 |