Code Monkey home page Code Monkey logo

Comments (8)

kirill-grouchnikov avatar kirill-grouchnikov commented on May 24, 2024 3

This will be addressed in H1 2019.

from substance.

mtbadi39 avatar mtbadi39 commented on May 24, 2024 2

Hi @kirill-grouchnikov, @IvanRF, @mstritt, @jakwarrior, @johann-petrak, @wrooot, @huxi
I just created a project to mavenize these libraries : and i called it swing-effects
The goal is to simplify their usage in Maven/Gradle projects.
I Hope it help

from substance.

hmdebenque avatar hmdebenque commented on May 24, 2024 2

For all of us maven dependency systems lovers, I used a simple bash script to download and install locally substance and trident:

#!/usr/bin/env bash

TRIDENT_VERSION=1.5.00-rc
TRIDENT_LIB_NAME=trident-${TRIDENT_VERSION}.jar

SUBSTANCE_VERSION=8.0.00-rc
SUBSTANCE_LIB_NAME=substance-${SUBSTANCE_VERSION}.jar

curl -O https://raw.githubusercontent.com/kirill-grouchnikov/substance/master/drop/${SUBSTANCE_VERSION}/${TRIDENT_LIB_NAME}
mvn install:install-file -Dfile=${TRIDENT_LIB_NAME} -DgroupId=org.pushingpixels \
        -DartifactId=trident -Dversion=${TRIDENT_VERSION} -Dpackaging=jar

curl -O https://raw.githubusercontent.com/kirill-grouchnikov/substance/master/drop/${SUBSTANCE_VERSION}/${SUBSTANCE_LIB_NAME}
mvn install:install-file -Dfile=${SUBSTANCE_LIB_NAME} -DgroupId=org.pushingpixels \
        -DartifactId=substance -Dversion=${SUBSTANCE_VERSION} -Dpackaging=jar

And then in my project:

        <dependency>
            <groupId>org.pushingpixels</groupId>
            <artifactId>substance</artifactId>
            <version>8.0.00-rc</version>
        </dependency>
        <dependency>
            <groupId>org.pushingpixels</groupId>
            <artifactId>trident</artifactId>
            <version>1.5.00-rc</version>
        </dependency>

from substance.

kirill-grouchnikov avatar kirill-grouchnikov commented on May 24, 2024

These things come and go, and I have zero interest in chasing those.

I've been through CVS, SVN and now Git.
I've been on java.net, kenai.com and now github.com.
I've been on Ant through Maven and now Gradle.

I'm not going to chase the latest chic in whatever surrounds the code. And contributors tends to come and go as well. I have zero interest in taking code / scaffolding that I'll have to maintain from that point forward if I have something that already works for me.

from substance.

IvanRF avatar IvanRF commented on May 24, 2024

No problem (Maven still works with Gradle). Then, who uploaded your library in the group "org.java.net.substance"? was java.net?

from substance.

kirill-grouchnikov avatar kirill-grouchnikov commented on May 24, 2024

The only thing I know for certain is that it wasn't me.

I do remember that there were similar requests back in the original run of those projects, and as long as I didn't need to do anything, I was fine with people uploading artifacts to wherever they wanted. I can't police those :)

from substance.

IvanRF avatar IvanRF commented on May 24, 2024

as long as I didn't need to do anything, I was fine with people uploading artifacts to wherever they wanted

That's good to know, if it is not me I guess that there will be other users willing to upload Substance updates 😃

from substance.

kirill-grouchnikov avatar kirill-grouchnikov commented on May 24, 2024

Will be tracked in kirill-grouchnikov/radiance#6

See http://www.pushing-pixels.org/2018/05/23/hello-radiance.html for context.

from substance.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.