is not current version
Last Version 1.0.3-alpha

com.js-lib:wood 1.0.1-alpha

WOOD tool promotes an object oriented development paradigm for user interfaces based on web technologies. It uses decomposition of complex user interfaces into user interface components.

GroupId

GroupId

com.js-lib
ArtifactId

ArtifactId

wood
Version

Version

1.0.1-alpha
Type

Type

jar

Download wood 1.0.1-alpha


<!-- https://jarcasting.com/artifacts/com.js-lib/wood/ -->
<dependency>
    <groupId>com.js-lib</groupId>
    <artifactId>wood</artifactId>
    <version>1.0.1-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/com.js-lib/wood/
implementation 'com.js-lib:wood:1.0.1-alpha'
// https://jarcasting.com/artifacts/com.js-lib/wood/
implementation ("com.js-lib:wood:1.0.1-alpha")
'com.js-lib:wood:jar:1.0.1-alpha'
<dependency org="com.js-lib" name="wood" rev="1.0.1-alpha">
  <artifact name="wood" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.js-lib', module='wood', version='1.0.1-alpha')
)
libraryDependencies += "com.js-lib" % "wood" % "1.0.1-alpha"
[com.js-lib/wood "1.0.1-alpha"]